﻿namespace = voortrekker

# start event
voortrekker.1 = {
	type = country_event
	placement = root
	title = voortrekker.1.t
	desc = voortrekker.1.d
	flavor = voortrekker.1.f

	duration = 3

	event_image = {
		video = "gfx/event_pictures/unspecific_fire.bk2"
	}

	on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear"
	on_opened_soundeffect = "event:/SFX/Events/africa/soldiers_breaking_protest"

	icon = "gfx/interface/icons/event_icons/event_fire.dds"

	trigger = {
		year = 1838
		OR = {
			THIS = c:ORA
			THIS = c:TRN
		}
	}

	immediate = {
		c:ZUL ?= {
			change_infamy = 10
		}
	}


	option = {
		name = voortrekker.1.a
		change_relations = {
			country = C:ZUL
			value = -50
		}
	}
}
voortrekker.2 = {
	type = country_event
	placement = root
	title = voortrekker.2.t
	desc = voortrekker.2.d
	flavor = voortrekker.2.f

	duration = 3

	event_image = {
		video = "gfx/event_pictures/unspecific_fire.bk2"
	}
	trigger = {
		year = 1839
		OR = {
			THIS = c:ORA
			THIS = c:TRN
		}
	}
	on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear"
	on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract"

	icon = "gfx/interface/icons/event_icons/event_fire.dds"

	option = {
		name = voortrekker.2.a
	}
}
voortrekker.3 = {
	type = country_event
	placement = root
	title = voortrekker.3.t
	desc = voortrekker.3.d
	flavor = voortrekker.3.f

	duration = 3
	trigger = {
		year = 1840
		OR = {
			THIS = c:ORA
			THIS = c:TRN
		}
	}
	event_image = {
		video = "gfx/event_pictures/unspecific_fire.bk2"
	}

	on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear"
	on_opened_soundeffect = "event:/SFX/Events/unspecific/signed_contract"

	icon = "gfx/interface/icons/event_icons/event_fire.dds"
	
	immediate = {
		c:ZUL ?= {
			ruler = {
				kill_character = yes
			}
		}
	}

	option = {
		name = voortrekker.3.a
	}
}
